Skip to main content

OperateLoginLog

Description

modify the status flag of the abnormal login event, that is, mark the detected abnormal login event as processed.

Request Method

POST

Request Path

/apsara/route/aegis/OperateLoginLog

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
IdsBODYstringYesNo sample value for this parameter.abnormal login log ID, specify multiple log IDs separated.
versionBODYstringNo2016-01-01version of api
OperateTypeBODYstringYesNo sample value for this parameter.processing operation type. Value: confirm, marked as processed.

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}